Welcome![Sign In][Sign Up]
Location:
Search - shell API

Search list

[Shell apicabview.zip

Description: 在虚拟文件夹内察看cab压缩文件内的文件列表。可以学习Shell Namespace extension编程。编译时可能用到cabinet api
Platform: | Size: 14911 | Author: | Hits:

[Other《软件加密技术内幕》[配套光盘]

Description: 此为本书的配套光盘.本书结合实例,重点讲述了软件加密技术及其实施方案,以帮助程序员更好地保护自己的软件。书中介绍了相关系统的底层知识,例如,PE格式深入分析,调试API应用,未公开技术SEH的深入研究等,从而使读者在了解这些底层知识后,可以应用到自己的软件保护方案如各种反跟踪技术的实现中。本书还首度公开了如何编写加壳软件,以及如何将壳与程序融合在一起等一些热门技术。本书由加密解密技术界一流高手共同打造,读者将从本书中获得许多极具商业价值的内幕技术,是专业开发人员不可多得的一本好书。-this be supporting the CD. The book combines examples highlight of the software encryption technology, and its implementation program to help programmers to better protect their software. The book introduced the relevant knowledge of the underlying system, for example, PE format for in-depth analysis and debugging API application, but SEH undisclosed technology in-depth research, thus allowing readers to understand the underlying knowledge, can be applied to their own software to protect various programs, such as anti-tracking technology realization. The book is also the first time publicly how to prepare shell software, and how to shell and procedures for the integration of some other hot technology. The book by the encryption and decryption technology community together to create a first
Platform: | Size: 3668598 | Author: 陶立欣 | Hits:

[Other resource教你如何作弊玩扫雷

Description: 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine, some of the frequently encountered when the ambiguity, it is easy to die. So just think, if I started to know where the minefields are not alone. OllyDBG was open to mine (WinMine.exe) performed a track. Fortunately, WinMine.exe no shell, direct look at its IMPORT TABLE, the two suspicious API next breakpoints, is a GDI.BitBlt, this is a procedure to draw the map and the other is the User32.GetDlgItemInt, the mine was used to map the size and the number of the mine.
Platform: | Size: 11831 | Author: 黄河 | Hits:

[Internet-NetworkNetSendMessage

Description: 关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成-LAN messaging on the vb source code, calling windowsAPI shell to be completed within the local area network computer retrieval, then use the API function completed NetMessageBufferSend
Platform: | Size: 5117 | Author: 鲁宁 | Hits:

[Multimedia programCQA0404

Description: MFC 没有提供 CD 刻录的类,但 Windows Xp 内置了写入 CD 的支持。如果只是复制文件和目录,可以用 shell s ICDBurn 接口。如果要刻录音频或更近一步的实现对音频的控制,那么下面会介绍一个专用的 API。
Platform: | Size: 23268 | Author: dongwy0325 | Hits:

[Other resourceucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 730996 | Author: 套件 | Hits:

[OS programWin32API

Description: Win32 API即为Microsoft 32位平台的应用程序编程接口(Application Programming Interface)。所有在Win32平台上运行的应用程序都可以调用这些函数。 使用Win32 API,应用程序可以充分挖掘Windows的32位操作系统的潜力。 Mircrosoft的所有32位平台都支持统一的API,包括函数、结构、消息、宏及接口。使用 Win32 API不但可以开发出在各种平台上都能成功运行的应用程序,而且也可以充分利用每个平台特有的功能和属性。 在具体编程时,程序实现方式的差异依赖于相应平台的底层功能的不同。最显著的差异是某些函数只能在更强大的平台上实现其功能。例如,安全函数只能在Windows NT操作系统下使用。另外一些主要差别就是系统限制,比如值的范围约束,或函数可管理的项目个数等等。 标准Win32 API函数可以分为以下几类: 窗口管理 窗口通用控制 Shell特性 图形设备接口 系统服务 国际特性 网络服务
Platform: | Size: 678479 | Author: lzx | Hits:

[Shell apiAppEvents

Description: Application event for VB.
Platform: | Size: 37888 | Author: Wolf | Hits:

[Shell apiMove_file_to_Recycle_bin

Description: Move file to Recycle bin via shell API rapped in a function
Platform: | Size: 3072 | Author: sentinel | Hits:

[Windows CEGPS_Select

Description: 这个工程演示了WinCE平台的开发方式,以及系统内核API的调用原理,讲解了如何做好一个外壳(Shell)程序。源码采用VB2008编写,使用了.Net 2.0运行库,可以在现有的WinCE中运行。-The project demonstrated the WinCE platform, as well as the system call API core principles of how to do a good job on a Shell (Shell) procedures. Source used to prepare VB2008 used. Net 2.0 runtime, you can run existing WinCE.
Platform: | Size: 146432 | Author: gbcgbc | Hits:

[Delphi VCL0006

Description: Tomes of Delphi - Win32 Shell API Windows 2000 Edition-Tomes of Delphi- Win32 Shell API Windows 2000 Edition
Platform: | Size: 2642944 | Author: thuan | Hits:

[Internet-Networkwifishell

Description: 在windows系统中通过调用wlanapi.dll提供的API 在cmd shell中访问wifi的方法-using cmd shell to connect wifi
Platform: | Size: 174080 | Author: sam | Hits:

[Delphi/CppBuilderWin32_Shell_API_Windows_2000_Edition

Description: Win32 Shell API Windows 2000 Edition
Platform: | Size: 2626560 | Author: munizf | Hits:

[Windows MobileShellApiDemo

Description: ShellApiDemo demonstrates some of the shell API s. It shows how to show/hide taskbars, menubars, and SIP buttons. It also shows how to use SHInitDialog for full screen dialogs, and use SHCreateMenuBar in different ways. -ShellApiDemo demonstrates some of the shell API' s. It shows how to show/hide taskbars, menubars, and SIP buttons. It also shows how to use SHInitDialog for full screen dialogs, and use SHCreateMenuBar in different ways.
Platform: | Size: 14336 | Author: zeng | Hits:

[Delphi VCLWin32ShellAPI

Description: Win32 Shell API (Deplhi) - John AYRES - 2002-Win32 Shell API (Deplhi) - John AYRES - 2002
Platform: | Size: 2642944 | Author: zahra dehghan | Hits:

[Windows DevelopManaging_Windows_API.pdf

Description: 从Windows应用程序开发工具讲起,引导读者快速入门,详细讲解API和关键结构的使用方法,提供156个Windows API使用实例。   涵盖主题:   Windows应用程序开发入门,开发工具配置与使用,文件系统,内存管理,进程、线程和模块,线程同步,服务,图形用户界面,系统信息的管理,进程间通信,Windows SheLL程序设计,WindOWS GDL,网络通信与配置,设备驱动管理与内核通信,用户、认证和对象安全,Windows API的内部原理 -From Let' s talk about Windows application development tools, Quick Start guide the reader, explain in detail the structure of the API and use the key, use the Windows API provides 156 examples. Topics covered: Windows Application Development Getting Started, development tools, configuration and use, file system, memory management, processes, threads and module, thread synchronization, services, graphical user interface, information management systems, inter-process communication, Windows SheLL programming, WindOWS GDL, network communication and configuration, management and core communications device driver, user, authentication and object security, Windows API' s internal principles
Platform: | Size: 48518144 | Author: xj | Hits:

[Shell apiShowFiles

Description: 通过Windows shell API来获得Windows的文件夹下的所有文件-Getting all files of specific folder with shell api
Platform: | Size: 12288 | Author: bill | Hits:

[Shell apivisual-cPP-windows-shell-programming

Description: windows shell programming api description in details,writtren by Dino.
Platform: | Size: 5660672 | Author: sparrow | Hits:

[Shell apishell

Description: vc6.0编写的,调用API,运行程序后就像运行dos命令行的效果,但不一样,因为是自己写的-vc6.0 to write, call API like effect run dos command line to run the program, but not the same, because their own write
Platform: | Size: 991232 | Author: JNS | Hits:

[DocumentsUEFI-Shell-Specification_2_0

Description: uEFI shell 的使用手册.不但提供了现有uEFI的命令使用说明,并进一步提供的API说明。-The UEFI Shell environment provides an API, a command prompt and a rich set of commands that extend and enhance the UEFI Shell’s capability.
Platform: | Size: 548864 | Author: moyu | Hits:
« 1 23 4 »

CodeBus www.codebus.net